* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	height: auto;
	max-width: 1920px;
	font: 12px/1.5 Microsoft YaHei, Arial, sans-serif;
	margin: 0px auto;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	border: none;
	/*background:url(../images/zxdt.png) no-repeat;
	background-size:contain;*/
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.center {
	text-align: center;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.top-mesg {
	padding: 30px 0px;
	background:url(../images/top-mesgbg.jpg) no-repeat center center;
}

.top-mesg .right label {
	display: block;
	text-align: right;
	margin-top: 6%;
}

.top-mesg .right form {
	position: relative;
	display: inline-block;
	float: right;
	margin-bottom:10px;
}

.top-mesg .right form input {
	width:218px;
	height: 28px;
	border: 1px solid #fff;
	color:white;
	border-radius: 28px;
	text-indent: 0.8rem;
	outline: none;
	background:none;
}
.top-mesg .right form input::-webkit-input-placeholder{
    color:white;
}
.top-mesg .right form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:white;
}
.top-mesg .right form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:white;
}
.top-mesg .right form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
   color:white;
}
.top-mesg .right form button {
	position: absolute;
	right: 10px;
	width: 13px;
	height: 14px;
	top: 22%;
	border: none;
	outline: none;
	background: none;
}
.top-mesg .right label {
    float: right;
}
.w270 {
	width: 270px;
	position: relative;
}

.top_r {
	font-size: 13px;
	color: #0070c0;
	position: relative;
	top:20px;
}

.top_r>ul {
	position: absolute;
	top: 4px;
	right: 0px;
}

.top_r>ul>li {
	float: left;
	margin: 0 5px;
	height: 21px;
	position: relative;
}

.top_r .wza,
.top_r li span.top_wx,
.top_r li span.top_wb {
	display: block;
	width: 21px;
	height: 21px;
	background: url(http://www.ahcbxy.edu.cn/material/images/header_top_icon.png) no-repeat;
	cursor: pointer;
}

.top_r .wza {
	background: url("http://www.ahcbxy.edu.cn/material//images/wza.png") center no-repeat;
}

.top_r .wza {}

.top_r .top_wx {
	background-position: 0 -62px !important;
}

.top_r .top_wb {
	background-position: 0 -93px !important;
}

.top_r .top_old {
	display: block;
	width: 24px;
	height: 24px;
	background: url(http://www.ahcbxy.edu.cn/material/images/oldWeb.png) no-repeat;
}

.top_r .top_ewm {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -106px;
	width: 213px;
	height: 170px;
	text-align: center;
	padding: 39px 0 0;
	font-size: 16px;
	color: #545454;
	text-align: center;
	background: url(http://www.ahcbxy.edu.cn/material/images/code.png) no-repeat;
	z-index: 99;
}

.top_r .top_ewm .img_title {
	display: block;
	margin-top: 6px;
}

.top_r>ul>li:hover .top_ewm {
	display: block;
}
.top {
	position: relative;
	padding: 20px 0px 18px 0px;
}

.top .left img {
	width: 379px;
}

.top .right form {
	position: relative;
	top: 20px;
	margin-left: 37px;
	cursor: pointer;
	float: right
}

.tj {
	background: url(../images/ss.png) no-repeat center center;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
}
.mobile_key form{
	width:100%;
}
.nrk {
	/* right: 0px; */
	outline: none;
	border: none;
	border: 1px solid #bababa;
	border-radius: 5px;
	height: 28px;
	width: 245px;
	background: white;
	text-indent: 1em;
	z-index: 111;
	position: relative;
	top: -4px;
}

.th {
	position: relative;
	top: 15px;
	    right: 30px;
	width: 350px;
}

.nav {
	background: #a10004;
	/* padding: 13px 0px; */
}

.nav ul li {
	float: left;
	font-size: 20px;
	color: white;
	padding: 10px 48px;
	position: relative;
}
.child {
    position: absolute;
    z-index: 111;
    background: #9b0408;
    left: 0px;
    right: 0px;
    top: 50px;
    text-align: center;
    display: none;
}
.nav ul li:hover .child{
	display:block;
}
.child a{
	padding: 5px 0px;
	display: block;
	font-size: 18px;
}
.nav ul li a {
	color: white;
}
.nav ul li>a:hover{
	color:#fea10b;
}
.nav ul li>.child>a:hover{
	color:#fea10b;
}

.baner img {
	display: block;
	width: 100%;
}

.footer {
    text-align: center;
    font-size: 16px;
    background: #333333;
    padding: 30px 0px;
    color: white;
}

.footer p {
	margin-top:0px;
}

.nav-header {
	padding: 15px 0px;
	position: relative;
	z-index: 6;
	background:#a50206;
	display: none;
}

.nav-header .left {
	width:68%;
}

.nav-header .left img {
	width: 100%;
	display: block;
	max-width: 400px;
}

.addC {
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
}

.mobile_key {
	width: 50%;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 14%;
	height: 100%;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: flex-end;
}

.mobile_key span {
	width: 15%;
	display: inline-block;
	max-width: 20px;
	/* top: 4px; */
	position: relative;
	top: -3px;
}

.mobile_key span img {
	display: block;
	width: 100%;
}

.mobile_key button {
	top: -4px;
	/* margin-right: 10px; */
	width: 15%;
	padding: 2% 0px;
	/* position: absolute; */
	/* right: 24%; */
	background-size: contain;
	max-width: 33px;
	position: relative;
	margin: 0px 6px;
}

.header-overlay {
	transition: all 0.2s ease-out;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	z-index: 5;
	top: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility: hidden;
}

.m_nav {
	position: fixed;
	left: 0;
	top: 61px;
	right: 0;
	width: 100%;
	background: #efefef;
	z-index: 20;
	display: none;
	max-height: calc(100vh - 55px);
	/*max-height: calc(var(--vh, 1vh) * 100 - 55px);*/
	overflow-y: auto;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a {
	padding: 5px 0 5px 25px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.25;
	transition: all 0.3s ease-out;
	color: #000000;
}

.m_nav .m_wrap {
	padding: 0 5%;
}

.m_nav .mNav_bott .m_navli {
	position: relative;
	transition: all 0.3s ease-out;
	border-bottom: solid 1px #dad9d9;
}

.m_nav .mNav_bott .m_navli:last-child {
	border-bottom: none;
}

.m_nav .mNav_bott .m_navli>a {
	display: block;
	padding: 15px 35px 15px 15px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #000000;
}

.m_nav .mNav_bott .m_navli>a:hover {
	color: #000000;
}

.m_nav .mNav_bott .m_navli>a:after,
.m_nav .mNav_bott .m_navli>a:before {
	content: '';
	background: #908b8b;
	width: 9px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.m_nav .mNav_bott .m_navli>a:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.6s ease-out;
}

.m_nav .mNav_bott .m_navli>a:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.6s ease-out;
}

.m_nav .mNav_bott .m_navli.active {
	background: #efefef;
}

.m_nav .mNav_bott .m_navli.active>a:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #908b8b;
}

.m_nav .mNav_bott .m_navli.active>a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	background: #908b8b;
}

.m_nav .mNav_bott .m_navli.active>a {
	/*border-bottom:solid 1px #58a3e7;*/
	font-weight: bold;
}

.m_nav .mNav_bott .m_navli .m_secNav {
	display: none;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title {
	width: 100%;
	padding: 8px 25px;
	border-top: solid 1px #dad9d9;
	padding-top: 18px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	position: relative;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a {
	padding: 5px 0 5px 25px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.25;
	transition: all 0.3s ease-out;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/m_anniu1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background-size: cover;
}

.m_nav .mNav_bott .m_navli .m_secNav ul {
	font-size: 0;
	padding-bottom: 18px;
}

.m_nav .mNav_bott .m_navli .m_secNav li {
	font-size: 14px;
}

.m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul {
	overflow: hidden;
}

.m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li {
	width: 50%;
	float: left;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a {
	padding: 8px 25px;
	line-height: 28px;
	display: block;
	position: relative;
	color: #000000;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a:hover {
	color: #000000;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a.cur {
	color: #000000;
}

.tl {
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f6f6f6;
}

.tl span {
	font-size: 26px;
	color: #333333;
	display: inline-block;
	padding: 0px 15px;
}

.tl span a {
	color: #333333;
}

.tl span img {
	margin-right: 10px;
	position: relative;
	top: 4px;
	height: 26px;
}

.tl span.on {
	background: #a10004;
	color: white;
}

.tl span.on a {
	color: white;
}

.yqlj {
padding-bottom: 20px;
}

.yqlj span {
	font-size: 18px;
	color: #696969;
}

.yqlj span.on {
	font-size: 22px;
	margin-right: 10px;
}

.page {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	vertical-align: top;
	line-height: 26px;
	margin: 120px 0px 100px 0px;
}

#page {
	width: 60px;
	height: 32px;
	border: 1px solid #ececec;
	margin: 0px 5px;
}

.next_page {
	float: right;
}

.pre_page,
.next_page {
	padding: 5px 12px;
}

.click_btn {
	background: #c81318 !important;
	color: #fff !important;
}

.page a,
#pageJump {
	display: inline-block;
	color: #939393;
	padding: 3px 12px;
	text-align: center;
	border: 1px solid #ececec;
	font-size: 16px;
	vertical-align: top;
	background: white;
}

#pageJump {
	width: 60px;
	height: 34px;
	background: #e5e5e5;
	color: #8f8f8f;
}

@media only screen and (max-width:1217px) {
	.w1200 {
		width:1080px;
	}
	.top {
		padding: 2% 0px;
	}
	.nrk {
		width: 155px;
	}
	.top .left img {
		width: 80%;
	}
	.top .right img {
		width: 34%;
		top: 12px;
		position: absolute;
		left: 43%;
	}
	.nav {
		/* padding: 10px 0px; */
	}
	.nav ul li {
		padding: 10px 1.7%;
	}
	.tl span {
		font-size: 20px;
	}
	.tl span img {
		height: 22px;
	}
	.yqlj span.on {
		font-size: 20px;
	}
	.yqlj span {
		font-size: 16px;
	}
	.footer {
		font-size: 14px;
		padding: 35px 0px;
	}
	.footer p {
		margin-top: 4px;
	}
}

@media only screen and (max-width:1170px) {
	.nav ul li {
		padding: 10px 1.7%;
	}
}

@media only screen and (max-width:1160px) {
	.yqlj span {
		padding: 0px 10px;
	}
}

@media only screen and (max-width:1130px) {
	.yqlj span {
		padding: 0px 3px;
	}
}

@media only screen and (max-width:1074px) {
	.w1200 {
		width:992px;
	}
	.top-mesg .left{
		width:60%;
	}
	.top-mesg .left img{
		width:100%;
	}
	.top_r{
		top:9px;
	}
	
	.nav ul li {
	    padding: 10px 1.4%;
	}
	
	.nav-header .left img {
		max-width: 300px;
	}
	.mobile_key button {
		max-width: 24px;
		/* padding: 4.3% 0px; */
		/* right: 15%; */
	}
	.mobile_key span img {
		max-width: 24px;
	}
	.yqlj span {
		font-size: 14px;
	}
	.mobile_key button ,.mobile_key span{
		top:-3px;
	}
	.mobile_key button{
		top:-8px;
	}
}
@media only screen and (max-width:992px) {
	.w1200 {
		width:90%;
	}
	.top-mesg{
		display: none;
	}
	.top {
		display: none;
	}
	.nav {
		display: none;
	}
	.nav-header {
		display: block;
	}
	
}

@media only screen and (max-width:900px) {
	
	.w1200 {
		width:96%;
	}
	
	.yqlj {
		display: none;
	}
	.nrk {
		/* position: absolute; */
		/* right: 36%; */
		top: 3%;
	}
	.mobile_key button ,.mobile_key span{
		top:0px;
	}
}

@media only screen and (max-width:768px) {
	.footer {
		font-size: 12px;
	}
	.w1200 {
		width: 96%;
	}
	.nrk {
		width: 92px;
		height: 24px;
		top: 0px;
	}
	.mobile_key button ,.mobile_key span{
		top:0px;
	}
	.mobile_key .nrk {
		font-size:12px;
		text-indent:0.2em;
	}
	
	.mobile_key {
		top: 0px;
	}
}